home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Weather / Weather.app / Makefile < prev    next >
Makefile  |  1992-06-29  |  828b  |  39 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Weather
  11.  
  12. INTERFACES = License.nib Weather.nib
  13. CLASSES = ColorBars.m ColorScroller.m Defaults.m License.m MyMenuCell.m \
  14.           Process.m Storm.m
  15. MFILES = Weather_main.m
  16. CFILES = state.c util.c
  17. APPICON = app.tiff
  18.  
  19.  
  20. SOURCEMODE = 444
  21.  
  22. LIBS = -lNeXT_s -lsys_s
  23. DEBUG_LIBS = $(LIBS)
  24. PROF_LIBS = -lNeXT_p -lsys_p
  25.  
  26. MAKEFILEDIR = /usr/lib/nib
  27. ICONSECTIONS =    -sectcreate __ICON app app.tiff
  28.  
  29. INSTALLDIR = $(HOME)/Apps
  30. INSTALLFLAGS = -c -s -m 755
  31.  
  32. -include Makefile.preamble
  33.  
  34. include $(MAKEFILEDIR)/app.make
  35.  
  36. -include Makefile.postamble
  37.  
  38. -include Makefile.dependencies
  39.